TURN WORD WRAP ON

This example was written with Borland C++ 5.02 in Win98SE with a KPCI-1801HC board using driver version kpci1800-850A03.

This example will write a value to digital output channel 0.  The digital output channel 0 must be available.

Examples of boards with dedicated digital output channel 0 (no configuration required):
DAS-18xx
DAS-17xx
DAS-16xx
DAS-8xx
KPCI-180xHC
KPCI-3108 (main I/O connector only)
KPCI-3107 (main I/O connector only)
REL-16
PIO-32OUT, etc.

Many boards have digital channels that are configurable for input or output direction.  In this case, the channel will be input by default and must first be configured for output prior to attempts to write to it.  See the comments in the example for code stubs to accomplish this configuration step.

Examples of boards with configurable digital I/O:
KPCI-3101
KPCI-3102
KPCI-3103
KPCI-3104
KPCI-3110
KPCI-3116
KPCI-3130
KPCI-3160
KPCI-PIO24
KPCI-PIO96
PIO-24, etc.

